home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / LORD2B6.ZIP / ROCK.REF < prev    next >
Text File  |  1997-05-19  |  2KB  |  54 lines

  1. ;Ref for the RockHolm Northern Continent
  2.  
  3. @#NSIGN
  4. ;North sign at the edge of StonePath
  5. @DO SAYBAR
  6. `2Dangerous path South, Beware!
  7. @do moveback
  8.  
  9. @#GUARD1
  10. ;Guard outside RockHolm Castle
  11. @DO SAYBAR
  12. `0"Welcome to RockHolm Castle."
  13. @do moveback
  14.  
  15. @#GUARD2
  16. ;The other Guard outside RockHolm Castle
  17. @DO SAYBAR
  18. `0"Enter if you are a warrior."
  19. @do moveback
  20.  
  21. @#ROCKCAVE
  22. ;For dock to cave in RockHolm Mountains
  23. @DO SAYBAR
  24. `2That cave across the lake looks very mysterious.
  25.  
  26. @#Teller
  27. ;The Man up in the dangerous RockHolm Mountains who tells important info.
  28. @do moveback
  29. @DO SAYBAR
  30. `2This area ain't done yet!  Wouldn't it be grand if it was?
  31. @closescript
  32.  
  33. @do `p20 random 9 1
  34. @if `p20 is 1 then saybar
  35. `%Man: `0Careful, the monsters around here are REALLY dangerous
  36. @if `p20 is 2 then saybar
  37. `%Man: `0Ma's a big woman.. `2::hic::`0 but the biggin's are the bestest!!
  38. @if `p20 is 3 then saybar
  39. `%Man: `0I'll drink to that!
  40. @if `p20 is 4 then saybar
  41. `%Man: `0Wassup peasant s&boy! Go back to your farm! `2::hic::
  42. @if `p20 is 5 then saybar
  43. `%Man: `0A little drinkie in the `2::hic:: `0morning keeps the doctor away!
  44. @if `p20 is 6 then saybar
  45. `%Man: `0Ma's boarding house is the safest place in `2::hic:: `0town!
  46. @if `p20 is 7 then saybar
  47. `%Man: `0Watch out for little Elle.. if she ain't the darndest thing!
  48. @if `p20 is 8 then saybar
  49. `%Man: `0I hate Greentree!  I wanna move to `2::hic:: `0Bonetown!!!
  50. @if `p20 is 9 then saybar
  51. `%Man: `0Stay the `bHELL AWAY`0 from the dark forest, s&boy!
  52.  
  53. @#done
  54.